┌────────────────────────────────┐ │ ░░░ ░░▓ ░▓▓ ███ ▓▓░ ▓░░ │ │ ~ M O O N ~ │ └────────────────────────────────┘
prd-web-01.centraldc.gr
LOCATION:
/usr/share/doc/cloud-init/module-docs/cc_seed_random
☗ ROOT
↻ REFRESH
✎ EDIT FILE
EDITING: data.yaml
cc_seed_random: description: | All cloud instances started from the same image will produce similar data when they are first booted as they are all starting with the same seed for the kernel's entropy keyring. To avoid this, random seed data can be provided to the instance, either as a string or by specifying a command to run to generate the data. Configuration for this module is under the ``random_seed`` config key. If the cloud provides its own random seed data, it will be appended to ``data`` before it is written to ``file``. If the ``command`` key is specified, the given command will be executed. This will happen after ``file`` has been populated. That command's environment will contain the value of the ``file`` key as ``RANDOM_SEED_FILE``. If a command is specified that cannot be run, no error will be reported unless ``command_required`` is set to ``true``. examples: - comment: | Example 1: file: cc_seed_random/example1.yaml - comment: > Example 2: Use ``pollinate`` to gather data from a remote entropy server and write it to ``/dev/urandom``: file: cc_seed_random/example2.yaml name: Seed Random title: Provide random seed data
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 data.yaml
YAML
1.2 KB
2024-11-25 16:09
EDIT
📄 example1.yaml
YAML
175 B
2024-11-25 16:09
EDIT
📄 example2.yaml
YAML
138 B
2024-11-25 16:09
EDIT